Fields  Properties  Methods 


SciChart.Charting3D Assembly > SciChart.Charting3D.Model Namespace : FreeSurfacePointSeries3D<TX,TY,TZ> Class
FreeSurfacePointSeries3D<TX,TY,TZ> Class Members

The following tables list the members exposed by FreeSurfacePointSeries3D<TX,TY,TZ>.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the FreeSurfacePointSeries3D<TX,TY,TZ> class.  
Top
Protected Fields
 NameDescription
Protected Fieldstatic (Shared in Visual Basic)  
Protected Fieldstatic (Shared in Visual Basic)  
Protected Fieldstatic (Shared in Visual Basic)  
Top
Public Properties
 NameDescription
Public Property Gets or sets a value indicating whether the wrapped DataSeries is Dirty. This will be set to True when the DataSeries has changes, and must be set to False after creating a 3D mesh  
Public PropertyGets a data offset by X axis of the Surface represented in System.Double type.  
Public PropertyGets a data offset by Y axis of the Surface represented in System.Double type.  
Public PropertyGets a data offset by Z axis of the Surface represented in System.Double type.  
Public Property Gets the Synchronization object  
Public Property Gets number of U segments of the 2D grid.  
Public Property Gets number of V segments of the 2D grid.  
Top
Public Methods
 NameDescription
Public Method Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
Public Method Gets the U coordinate by passed index of the 2D grid.  
Public Method Gets the V coordinate by passed index of the 2D grid.  
Public MethodGets a value at specified UV coordinate represented in System.Double type.  
Public MethodGets a value at specified index of the UV coordinate represented in System.Double type.  
Public MethodGets the System.IComparable X value by indices.  
Public MethodGets the System.IComparable Y value by indices.  
Public MethodGets the System.IComparable Z value by indices.  
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension Method Checks for null and if not null, calls Dispose
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
See Also